home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / drivers / ibmtro.exe / IBMTRDBO.LDI < prev    next >
Text File  |  1993-02-16  |  3KB  |  92 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. ; Information file for IBM LANStreamer ODI NetWare LAN Driver.
  4. ; Written by:  RHS
  5. ;
  6. ; 03/26/93  Initial release.
  7.  
  8. VERsion:        1.00
  9. SYNtaxversion:  1.00
  10.  
  11. DRiver IBMTRDBO              if (BUS == MCA) OPTional
  12.                              ELSe HIDden
  13. {
  14.    DEScription:              "IBM LANStreamer ODI NetWare LAN driver"
  15.  
  16.    HELP:                     "The IBMTRDBO ODI LAN driver is the loadable module \n
  17.                              device driver for the NetWare server environment. \n
  18.                              This driver works with the IBM LANStreamer MC Adapter."
  19.  
  20.    PARameterversion:         1.00
  21.  
  22.    PRODuctid:                8FA0
  23.  
  24.    FILE:                     IBMTRDBO.LAN
  25.  
  26.    Timeout:                  70
  27.  
  28.    PROMPT SLOT OPT
  29.    {
  30.         TYPe:           DECIMAL (1)
  31.         VALues:         1-8
  32.    }
  33.  
  34.    PROMPT NODE OPT
  35.    {
  36.    }
  37.  
  38.    FRAME FrameSelect OPT
  39.    {
  40.         DEScription:    "Frame Types"
  41.  
  42.         HELP:           "The driver defaults to the 802.2 frame type.  You can \n
  43.                         optionally rmove this frame type and/or add the 802.2 SNAP \n
  44.                         frame type."
  45.  
  46.         CDescription:   "802.2"
  47.         CHoice:         'TOKEN-RING'
  48.  
  49.         CDescription:   "802.2 SNAP"
  50.         CHoice:         'TOKEN-RING_SNAP'
  51.  
  52.         DEFault:        1
  53.    }
  54.  
  55.    PROMPT RxBuffers OPT
  56.    {
  57.         DEScription:    "Number of receive buffers"
  58.  
  59.         HELP:           "The RXBUFFERS keyword specifies the number of receive \n
  60.                         buffers used by the IBMFDDIO LAN driver.  The value for this \n
  61.                         keyword for the Server must be one of: 4, 8, 16, 32, 64. \n
  62.                         The default is 16.  (Receive buffer size is defined by the \n
  63.                         server SET command.  See NOVELL NETWARE SYSTEM ADMINISTRATION.)"
  64.  
  65.         TYPe:           DECIMAL (2)
  66.  
  67.         VALues:         4, 8, 16, 32, 64
  68.  
  69.         OUTputformat:   'RXBUFFERS=%s'
  70.    }
  71.  
  72.    PROMPT TxBuffers OPT
  73.    {
  74.         DEScription:    "Number of transmit buffers"
  75.  
  76.         HELP:           "The TXBUFFERS keyword specifies the number of transmit \n
  77.                         buffers used by the IBMTRDBO LAN driver.  The value for this \n
  78.                         keyword for the Server must be one of: 1, 2, 4, 8, 16. \n
  79.                         The default is 16.  (Transmit buffer size is defined by the \n
  80.                         server SET command.  See NOVELL NETWARE SYSTEM ADMINISTRATION.)"
  81.  
  82.         TYPe:           DECIMAL (2)
  83.  
  84.         VALues:         1, 2, 4, 8, 16
  85.  
  86.         OUTputformat:   'TXBUFFERS=%s'
  87.    }
  88.  
  89. }
  90.  
  91. ;DrIvEr DeScRiPtIoN EnD
  92.